home *** CD-ROM | disk | FTP | other *** search
/ Aminet 52 / Aminet 52 (2002)(GTI - Schatztruhe)[!][Dec 2002].iso / Aminet / dev / gg / gengetopt-2.6.lha / gengetopt-2.6 / config.h < prev    next >
C/C++ Source or Header  |  2002-06-24  |  1KB  |  45 lines

  1. /* config.h.  Generated automatically by configure.  */
  2. /* config.h.in.  Generated automatically from configure.in by autoheader.  */
  3.  
  4. /* Define to empty if the keyword does not work.  */
  5. /* #undef const */
  6.  
  7. /* Define to `unsigned' if <sys/types.h> doesn't define.  */
  8. /* #undef size_t */
  9.  
  10. /* Define if you have the ANSI C header files.  */
  11. #define STDC_HEADERS 1
  12.  
  13. /* Define if lex declares yytext as a char * by default, not a char[].  */
  14. #define YYTEXT_POINTER 1
  15.  
  16. /* Define if you have the getopt_long function.  */
  17. /* #undef HAVE_GETOPT_LONG */
  18.  
  19. /* Define if you have the strdup function.  */
  20. #define HAVE_STRDUP 1
  21.  
  22. /* Define if you have the yywrap function.  */
  23. #define HAVE_YYWRAP 1
  24.  
  25. /* Define if you have the <malloc.h> header file.  */
  26. #define HAVE_MALLOC_H 1
  27.  
  28. /* Define if you have the <strings.h> header file.  */
  29. #define HAVE_STRINGS_H 1
  30.  
  31. /* Define if you have the <unistd.h> header file.  */
  32. #define HAVE_UNISTD_H 1
  33.  
  34. /* Define if you have the fl library (-lfl).  */
  35. #define HAVE_LIBFL 1
  36.  
  37. /* Name of package */
  38. #define PACKAGE "gengetopt"
  39.  
  40. /* Version number of package */
  41. #define VERSION "2.6"
  42.  
  43.  
  44. #include "cxxconfig.h"
  45.